Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create GuessTheNumber.py #100

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Conversation

Mat-Geo
Copy link
Contributor

@Mat-Geo Mat-Geo commented Feb 15, 2021

I will do the rest later. :)

I will do the rest later. :)
GUESS_NUM_LOS = [
"That was close.",
"Better Luck Next Time Mate.",
"Be enthusiastic and give it a try once more!',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kindly close the statement with the same double quote you've used at the start..


GUESS_NUM_WIN = [
"Congragulations! You really are a genius.",
"You havae won the game by Guessing the Number correctly.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a typo.. please change havae to have

if processed.isspace():
return "You should enter for me to check it!"
if process.isalpha():
return "There are no aplhabets in the number. Please enter a nuumber!"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace aplhabets with alphabets

from sugaroid.core.statement import SugaroidStatement

GUESS_NUM_WIN = [
"Congragulations! You really are a genius.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo again Congratulations

@srevinsaju
Copy link
Member

Ping me when you are done. I will review once you have marked this PR ready for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants